home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / srefv12i.zip / repstrgs.in < prev    next >
Text File  |  1996-12-28  |  3KB  |  58 lines

  1. ; An SRE-FILTER support file. 12/96
  2. ; This contains replacement strings that can be used by the
  3. ; REPLACE keyphrase facility of the SREFILTR GOSERVE filter.
  4. ; Each line should contain:
  5. ;  label  replacement
  6. ; The LABEL should be a label with NO embedded spaces, and may contain
  7. ;       a .HOST_NICKNAME.
  8. ; The REPLACEMENT (the STRING)  should be a one-line string (of arbirary length)
  9. ;  to be used when the corresponding REPLACE keyphrase is found
  10. ;
  11. ; Example of an entry in this file:
  12. ;        PHONEME  Contact Joe at 202-222-1515 for more information!
  13. ;  When a "<!-- REPLACE PHONEME-->" element occurs in your HTML file,
  14. ;  it is replaced by,
  15. ;        Contact Joe  at 202-222-15151 for more information!
  16. ;
  17. ; Example of multi line replacement:
  18. ;       MYADDRESS   My address is: <p>
  19. ;       MYADDRESS   1301 New York Ave. <br>
  20. ;       MYADDRESS    Washington, DC. 20005 <br>
  21. ;  SRE-Filter will concatenate these
  22. ; "same label entries" (with a CRLF between lines)
  23. ;  Note the addition of the <br> character -- HTML ignores CRLFs!
  24. ;
  25. ; Example of host-sensitive replacement
  26. ;      CONTACT.ZOO Contact the ZOO information office for details.
  27. ;
  28. ; Note: in a multiple host environment, when "invoking" replacements
  29. ;       you should NOT include the .Host_nickname -- SRE-Filter will
  30. ;       check all entries with the appropriate .Host_nickname first,
  31. ;       and then check "default" entries if no host specific match
  32. ;       can be found.
  33. ;
  34. ;       Also note that replacement variables may contain dots
  35. ;       (see examples below) -- these "extensions" are part of
  36. ;       the variable name, and do NOT signify a host_nickname.
  37. ;
  38. ; Note: these values are stored in the environment, hence will be available
  39. ;       to all threads, and external procedures, running under  the GoServe 
  40. ;       process.
  41. ; --- End of comments
  42. ; You can change the next one to reflect your current status.
  43. PAGE_STATUS  (under construction)
  44.  
  45. ; These are handy to use at the top of your document (they are valid
  46. ; DTD doctype statements)
  47. ;DOCTYPE.HTML2 <!doctype html public "-//IETF//DTD HTML 2.0//EN">
  48. ;DOCTYPE.HTML3 <!doctype html public "-//IETF//DTD HTML 3.0//EN">
  49. ;DOCTYPE.NETSCAPE <!DOCTYPE HTML PUBLIC  "-//Netscape Comm. Corp.//DTD HTML//EN">
  50. ;DOCTYPE.HTML32  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  51. ;
  52. ; This is a sample of a multi-line replacement
  53. SEPERATOR      *****************************************************
  54. SEPERATOR <br> ***-----------------------------------------------***
  55. SEPERATOR <br> *****************************************************
  56.  
  57.